home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19960425-19960715 / 000315_news@columbia.edu _Thu Jun 27 13:47:55 1996.msg < prev    next >
Internet Message Format  |  1996-07-26  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA12548 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 27 Jun 1996 13:47:02 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id NAA19923 for kermit.misc@watsun; Thu, 27 Jun 1996 13:47:01 -0400 (EDT)
  4. Path: news.columbia.edu!panix!newsfeed.internetmci.com!news.ingr.com!news.msfc.nasa.gov!info.uah.edu!email!gossettf
  5. From: gossettf@email.uah.edu (Frank A. Gossett)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: How issue ctrl char sequence from kermit output cmd?
  8. Date: 27 Jun 1996 17:14:44 GMT
  9. Organization: The University of Alabama in Huntsville
  10. Lines: 30
  11. Message-ID: <4qufi5$9qt@info.uah.edu>
  12. NNTP-Posting-Host: email.uah.edu
  13. Summary: Need to issue a break sequence to terminate a reverse telnet
  14. Keywords: Control_Sequences Break Interrupt Suspend
  15. X-Newsreader: TIN [version 1.2 PL2]
  16.  
  17. Hi,
  18.  
  19. I need to emulate a keyboard sequence from the Kermit Output stmt.
  20. There are, from what I can tell, two characters generated from the
  21. keyboard sequence
  22.  
  23.      1. [ctrl-shift-6]    // the "^" char preceded by
  24.                 // ......a scan code or 
  25.                 // something? Can this be emulated
  26.                 // from an Output stmt?
  27.  
  28.     and
  29.  
  30.     2. x            // I think I can handle this one.
  31.  
  32. This is used to break out of a telnet connection to a modem
  33. that is connected to a Cisco 2511 Access Server. After the sequence 
  34. is issued, the session is in the server command mode where I may 
  35. then disconnect from the server and reestablish another telnet 
  36. connection to the next modem in the series (and get/set it's config).
  37. It is a little awkward going through the access server to break
  38. the modem connection (e.g. telnet ip_address port#) but not
  39. as bad as it could be I suppose (beats manually entering/retrieving
  40. the configs).
  41.  
  42. Again...thanks in advance for your assistance.
  43.  
  44. Frank Gossett
  45. University of Alabama in Huntsville
  46.